RowChart

fun RowChart(modifier: Modifier = Modifier, score: String, severity: String)

Composable function that displays a row with a score and its corresponding severity.

This function creates a horizontal row containing the score and its corresponding severity. It is used within the ScoreChart to display individual score ranges.

Parameters

modifier

The modifier to be applied to the Row.

score

The score value to be displayed.

severity

The severity level corresponding to the score.